Skip to content

graalvm-ce-jdk: add version 17.0.9 and 21.0.2#5

Open
yashwant86 wants to merge 3 commits intomasterfrom
pr-508
Open

graalvm-ce-jdk: add version 17.0.9 and 21.0.2#5
yashwant86 wants to merge 3 commits intomasterfrom
pr-508

Conversation

@yashwant86
Copy link
Copy Markdown

@yashwant86 yashwant86 commented Apr 7, 2026

Mirror of ScoopInstaller#508


Summary by MergeMonkey

  • Just Shipped:
    • Add GraalVM CE JDK package manifests for versions 17.0.9 and 21.0.2

@mergemonkeyhq
Copy link
Copy Markdown

mergemonkeyhq bot commented Apr 14, 2026

Walkthrough

Two new Scoop package manifest files are added for GraalVM CE JDK 17.0.9 and 21.0.2. Users can now install these JDK versions via Scoop, which will download the appropriate archive, set JAVA_HOME, and configure PATH entries.

Changes

Files Summary
GraalVM CE JDK Package Manifests
bucket/graalvm-ce-jdk17.json
bucket/graalvm-ce-jdk21.json
Introduces Scoop package manifests for GraalVM Community Edition JDK versions 17.0.9 and 21.0.2, defining download URLs, hashes, environment variables, and shortcuts for Windows 64-bit installations.

Sequence Diagram

sequenceDiagram
    participant User
    participant Scoop
    participant GitHub as GitHub Releases
    User->>Scoop: scoop install graalvm-ce-jdk17 or graalvm-ce-jdk21
    Scoop->>Scoop: Read manifest JSON
    Scoop->>GitHub: Download graalvm-ce-jdk archive
    GitHub-->>Scoop: Return .zip archive
    Scoop->>Scoop: Verify SHA256 hash
    Scoop->>Scoop: Extract archive
    Scoop->>Scoop: Set JAVA_HOME and update PATH
    Scoop-->>User: Installation complete
Loading

Dig Deeper With Commands

  • /review <file-path> <function-optional>
  • /chat <file-path> "<question>"
  • /roast <file-path>

Runs only when explicitly triggered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants